<?php
/**
 * @copyright	Copyright (C) 2005 - 2007 Open Source Matters. All rights reserved.
 * @license		GNU/GPL
 * Joomla! is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 */

// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >

<head>
<meta name="verify-v1" content="on+kkG22dbO/2v3fsScmP8ZOjE51RVy5lcSa43CpkM4=" />
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/css/<?php echo $this->params->get("colorVariation", "orange"); ?>.css" type="text/css" />
<?php if($this->params->get("showSwitcher","1")) : ?>   
<link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/css/alarge.css" rel="alternate stylesheet" type="text/css" media="screen" title="alarge"/>
<link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/css/amedium.css" rel="alternate stylesheet" type="text/css" media="screen" title="amedium"/>
<link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/css/asmall.css" rel="alternate stylesheet" type="text/css" media="screen" title="asmall"/>
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/styleswitcher.js" type="text/javascript"></script>
<?php endif ?>
<?php if($this->countModules('user3 and top')== 1) : ?>
<style type="text/css">
#user3{
background: transparent url(<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/user3bg.png) bottom left repeat-x;
}
</style>
<?php endif; ?>
<?php 
if($this->countModules('left and right')==0) $contentwidth="wide"; 
if($this->countModules('left')) $contentwidth="leftonly";
if($this->countModules('right')) $contentwidth="rightonly";
if($this->countModules('left and right') == 1) $contentwidth="narrow"; 
?>
<!--[if lte IE 6]>
<style type="text/css">
a#sitename1, a.btnicon{
	behavior: url("<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/iepngfix.htc");
}
#user4{
margin-right:1px;
}
</style>
<![endif]-->

</head>

<body>

<div style="text-align: center"><img src="images/stories/green_e-learn-resized.png" border="0" alt="e-Learn! logo" title="Logo e-Learn!" width="354" height="134" align="left" /><br /></div>
<div id="wrapper" class="width_<?php echo $this->params->get("widthStyle","fluid"); ?>">
	<div id="heading">
	   <h1><a href="index.php" title="<?php echo JText::_( "homepage" ); ?>" id="sitename<?php echo $this->params->get("logoStyle","1"); ?>"><?php echo $mainframe->getCfg('sitename');?></a></h1>
	<?php if($this->params->get("showSwitcher","1")) : ?>   
	   <div id="buttons"><a href="#" id="alarge" class="btnicon" title="<?php echo JText::_( "TO_XLARGE" ); ?> " onclick="setActiveStyleSheet('alarge'); return false;"><?php echo JText::_( "XLarge" ); ?> </a><a href="#" id="amedium" class="btnicon" title="<?php echo JText::_( "TO_LARGE" ); ?> " onclick="setActiveStyleSheet('amedium'); return false;"><?php echo JText::_( "Large" ); ?> </a><a href="#" id="asmall" class="btnicon" title="<?php echo JText::_( "TO_NORMAL" ); ?> " onclick="setActiveStyleSheet('asmall'); return false;"><?php echo JText::_( "Normal" ); ?> </a></div>
	<?php endif; ?>
	</div>
	<div id="header"><div class="bgleft"><div class="bgright"><div class="bgbl">
		<?php if($this->countModules('user3')) : ?>	
		<div id="user3">
		<jdoc:include type="modules" name="user3" style="xhtml" />
		</div><!--user3-->
		<?php endif; ?>
		<?php if($this->countModules('top')) : ?>	
		<div id="top">
		<jdoc:include type="modules" name="top" style="xhtml" />
		</div><!--top-->
		<?php endif; ?>
		
	</div></div></div></div><!--header-->
	
	<div id="container"><div class="bgright"><div class="bg">
	  <?php if($this->countModules('user4')) : ?>	
	  <div id="user4"><div class="bgright4"><div class="bg4">
	  <jdoc:include type="modules" name="user4" style="xhtml" />
	  </div></div></div><!--search-->
	  <?php endif; ?>
	  <div id="breadcrumbs">
		<?php echo JText::_( "You are here" ); ?> <img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/arrow.png" alt="arrow"/> <jdoc:include type="module" name="breadcrumbs" />
	  </div>
	  <div id="content">
	  	<div class="middlewrap" id="middlewrap<?php echo $contentwidth; ?>">
	  	   <div class="middle" id="middle<?php echo $contentwidth; ?>"><div class="middlebg">
		     <div id="message"><jdoc:include type="message" /></div>
			 <div id="component"><jdoc:include type="component" style="xhtml" /></div>
		   </div></div>
		</div>
	<?php if($this->countModules('left')) : ?>	
		<div class="left" id="left<?php echo $contentwidth; ?>"><div class="bgtop">
			<jdoc:include type="modules" name="left" style="xhtml" />
		</div></div>
	<?php endif; ?>	
	<?php if($this->countModules('right')) : ?>	
		<div class="right" id="right<?php echo $contentwidth; ?>"><div class="bgtop">
			<jdoc:include type="modules" name="right" style="xhtml" />
		</div></div>
	<?php endif; ?>
        <div class="clear"></div>
	  </div><!--content-->
	<?php if($this->countModules('user1 or user2')) : ?>
	  <div id="bottom"><div class="bottombg">
	     <?php if($this->countModules('user1')) : ?>
	     <div id="user1">
		    <jdoc:include type="modules" name="user1" style="xhtml" />
		 </div>
		 <?php endif; ?>
		 <?php if($this->countModules('user2')) : ?>
		 <div id="user2">
		    <jdoc:include type="modules" name="user2" style="xhtml" />
		 </div>
		 <?php endif; ?>
		 <div class="clear"></div>
                                                                               <object width="728" height="90"><param name="movie" value="http://www.pentruviata.com/resurse/promovare/banner1.swf"><embed src="http://www.pentruviata.com/resurse/promovare/banner1.swf" width="728" height="90"></embed></object>
</div></div><!--bottom-->
	<?php endif; ?>
	  <div id="footer">
	 	 <p class="footerleft">
			<jdoc:include type="modules" name="syndicate" />
		</p>
		<p class="footerright">
	 		Powered by <a href="http://www.joomla.org">Joomla!</a>.
			Valid <a href="http://validator.w3.org/check/referer" target="_blank">XHTML</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank">CSS</a>.
		</p>
		<div class="clear"></div>
	  </div>
	  <div id="reflection-l"><div id="reflection-r"><div id="reflection"></div></div></div>
	</div></div></div><!--container-->
</div><!--wrapper-->
<script type="text/javascript">
  var GOOG_FIXURL_LANG = 'ro';
  var GOOG_FIXURL_SITE = 'http://www.e-learn.iblogger.org/';
</script>
<script type="text/javascript" 
    src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>

</body>

<script type="text/javascript" src="//counter.goingup.com/js/tracker.js?st=mnskqjz&amp;b=5"></script><noscript><a href="http://www.goingup.com" title="web analysis"><img src="//counter.goingup.com/default.php?st=mnskqjz&amp;b=5" border="0" alt="web analysis" /></a></noscript>
<!-- [+]Code Utilis.ro -->
<a href="http://www.utilis.ro/director/educatie-invatamant/referate-resurse" target="_blank" title="Referate, resurse"><img src="http://www.utilis.ro/img/utilis-banner_88x31.jpg" width="88" height="31" border="0" alt="Referate, resurse" /></a>
<!-- [-]Code Utilis.ro -->
<!--/ GTopstats.com - The most powerful web statistics system around (begin) v0.1/--> 

<script type="text/javascript" language="javascript"> 
var site_id = 9802; 
</script><script type="text/javascript" language="javascript" src="http://fx.gtopstats.com/js/gTOP.js">
</script>
<noscript><a href="http://www.gtopstats.com/">GTopstats.com - The most powerful web statistics system around </a></noscript>

<!--/ GTopstats.com - The most powerful web statistics system around (end) v0.1/-->
<!-- Codul Top-Director.do.am -->
<a href="http://www.top-director.do.am/dir/"><img border="0" src="http://top-director.do.am/TOP-DIRECTOR.JPG" alt=" Top Director Site-uri"></a>
<!-- Codul Top-Director.do.am -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-6098916-1");
pageTracker._trackPageview();
</script><a href="http://www.adirector.ro" target="_blank"><img src="http://www.adirector.ro/adirector.gif" alt="director web" border="0" width="90" height="30"></a>
<!-- SEO Monitor by MyPagerank.Net -->
<a href="http://www.mypagerank.net/seomonitor-17216.html" target="_blank"><img src="http://www.mypagerank.net/services/seomonitor/seomonitor.php?aut=17216" title="SEO Monitor by MyPagerank.Net"  border="0" /></a>
<!-- SEO Monitor by MyPagerank.Net -->
<!--/Start Trafic.ro/--> <script type="text/javascript">t_rid="elearnibloggerorg";</script> <script type="text/javascript" src="http://storage.trafic.ro/js/trafic.js" ></script><noscript><a href="http://www.trafic.ro/top/?rid=elearnibloggerorg"  target="_blank"><img border="0" alt="trafic ranking"  src="http://log.trafic.ro/cgi-bin/pl.dll?rid=elearnibloggerorg"/></a> <a href="http://www.trafic.ro">Statistici web</a> </noscript> <!--/End Trafic.ro/-->
<script src=http://monitor.neogen.ro/vot.php></script>
<!-- CLICKLINK RATE CODE - BEGIN --><a href="http://www.clicklink.ro/rate.php?id=18207" target="_blank" title="Director Web"><img src="http://www.clicklink.ro/images/clicklinkrate.gif" alt="ClickLink.ro" border="0"></a><!-- CLICKLINK RATE CODE - END -->
<a href="http://www.legaturi.ro" target="_blank" style="TEXT-DECORATION: none">Legaturi.ro</a>
<a href="http://www.siweb.ro/webdirectory/">Director Web</a>
<a href="http://www.seo-portal.ro/site/7007/e-learn-.html" title="e learn " target="_blank"><img border="0" src="http://www.seo-portal.ro/images/banner.php?site=7007" alt="SEO Romania" /></a>
<!-- script statistics.ro : V2 : html-easy -->
<script type="text/javascript" src="http://hitx.statistics.ro/hitx2.js"></script>
<a href="http://www.wta.ro/14350stats_index" target="_blank" title="Statistici web"><script type="text/javascript">
st_ro_start(14350, "", "", "");</script></a>
<noscript><a href="http://www.wta.ro/"><img src="http://hitx.statistics.ro/14350/1/-/-/-/a-x/nojs.gif" width="88" height="31" alt="Statistici web"></a></noscript>
<!-- end of script statistics.ro : V2 : html-easy --<center><a href="http://www.submitexpress.com/"><img SRC="http://www.submitexpress.com/submitexpress.gif" BORDER=0 height=31 width=88></a>
<!-- link partener yup.ro --><a href=http://www.bambilici.ro target=_blank title="jocuri online gratis">Jocuri Online Gratis</a>